home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Environments / Small Eiffel 0.4.8 / misc / self_test < prev    next >
Text File  |  1997-04-13  |  383b  |  14 lines

  1. #!/bin/csh -f
  2. #
  3. # Run this file to test your SmallEiffel compiler.
  4. #
  5. # Printed Output should be the same as the file
  6. # SmallEiffel/misc/self_test.good_output
  7. #
  8. foreach flag (-boost -no_check -require_check -ensure_check\
  9.           -invariant_check -loop_check -all_check -debug_check)
  10.     set d=${SmallEiffel}
  11.     ${d}/misc/basic_test ${flag}
  12. end
  13. echo Self Test of compile/compile_to_c Done.
  14.